home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / PC Tools Firewall / fwinstall.exe / {app} / UpdateHlpr.dll / 0 / RCDATA / TFRMRESTART / TFRMRESTART.txt
Text File  |  2009-08-27  |  2KB  |  85 lines

  1. object frmRestart: TfrmRestart
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Restart Required'
  7.   ClientHeight = 105
  8.   ClientWidth = 344
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblRestart: TTntLabel
  23.     Left = 10
  24.     Top = 10
  25.     Width = 325
  26.     Height = 40
  27.     AutoSize = False
  28.     Caption = 
  29.       'Smart Update needs to restart the PC Tools product in order to i' +
  30.       'nstall new updates, do you wish to continue?'
  31.     WordWrap = True
  32.   end
  33.   object htmlblMoreInfo: THTMLabel
  34.     Left = 225
  35.     Top = 52
  36.     Width = 107
  37.     Height = 17
  38.     ColorTo = clNone
  39.     AnchorHint = False
  40.     AutoSizing = False
  41.     AutoSizeType = asHorizontal
  42.     Ellipsis = False
  43.     GradientType = gtFullHorizontal
  44.     HintShowFull = False
  45.     Hover = False
  46.     HoverColor = clNone
  47.     HoverFontColor = clNone
  48.     HTMLHint = False
  49.     HTMLText.Strings = (
  50.       '<p align="right"><a href="%s">More Info</a></p>')
  51.     LineWidth = 0
  52.     ShadowColor = clGray
  53.     ShadowOffset = 2
  54.     SmoothingFont = True
  55.     URLColor = clBlue
  56.     VAlignment = tvaTop
  57.     Visible = False
  58.     Version = '1.7.0.0'
  59.   end
  60.   object btnYes: TTntButton
  61.     Left = 90
  62.     Top = 70
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'Yes'
  66.     ModalResult = 1
  67.     TabOrder = 0
  68.   end
  69.   object btnNo: TTntButton
  70.     Left = 175
  71.     Top = 70
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'No'
  75.     ModalResult = 2
  76.     TabOrder = 1
  77.   end
  78.   object tmrRestoreTopMost: TTimer
  79.     Interval = 500
  80.     OnTimer = tmrRestoreTopMostTimer
  81.     Left = 8
  82.     Top = 64
  83.   end
  84. end
  85.